ImportAsFragment(Byte[],Rectangle) Method
In This Topic
Loads the pixel buffer from a byte array at the given destination within the image.
Syntax
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal () As System.Byte, _
ByVal As System.Drawing.Rectangle _
)
public void ImportAsFragment(
System.byte[] ,
System.Drawing.Rectangle
)
Parameters
- bytes
- The source byte array with pixel buffer.
- dstRect
- The destination rectangle within the target bitmap.
See Also